/* 
*
* Easy Percentage Grid System
*
* Copyright (c) 2011 Alen Grakalic (http://cssglobe.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* Brought to you by Easy Framework (http://easyframework.com)
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/

/* HTML elements  */		

	html, body{margin:0;padding:0;}
	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-size:2em;margin-bottom:.5em;}	
	h2{font-size:2em;margin-bottom:.5142em;}	
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:12px;margin-bottom:.5em; color:#066A85;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
/*display:block;*/

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
	ul, ol, dl{padding:0;  margin: 5px;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 0;padding:0;/*display: inline-block;*/list-style-position: inside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:block;height:1px;border:0;border-top:1px solid #ebebeb;margin:0 0 1.5em 0;padding:0;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}	
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input, select{vertical-align:middle;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	


@media (max-width: 1024px){
    
    #tbxSimpleSearch{
        width:170px;
    }

    h2{ font-size:21px;}

}

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.block{display:block;overflow:hidden;clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#949494;
		}		
	body{
		font-size:13px;
		background:#fff;
		text-align:center;
		}	
	/*a, a:visited{
		text-decoration:none;
		color:#06C;
		}
	a:hover{color:#999;}*/
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{background-color: #FAFAFA; border-bottom: 5px solid #FFFFFF;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		/*border:1px solid #ccc;*/
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	/*form div{margin:0 0;clear:both;overflow:hidden;}*/
	form div.col{clear:none;}form div.first{clear:both;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #ededed;
		padding:5px;
		background:#f8f8f8;
		width:200px;
		line-height:1em;
		margin:0;
		}
	select{width:95px;}
	.select2{ width:215px;}
	textarea, .area{overflow:auto; height:150px!important; width:400px!important; resize: none;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
	
/* base */

/* layout */

	#container{	 /* fixed width */
		/*margin:0 auto;
		width:920px;*/
		text-align:left;
		
		}

	#container2{	 /* fluid width */		
		/*margin:0 auto;		
		min-width:760px;
		max-width:1240px;*/
		text-align:left;
		/*position:relative;*/
		}
	#container>header, #container2>header{
	position:relative;
	/*margin-bottom:1em;*/
	
	/*padding-top: 1em;*/
	padding-right: 0;
	/*padding-bottom: 1em;*/
	padding-left: 0;
		}	
	footer{
		position:relative;
		clear:both;
		
		/*border-top:1px solid #ccc;*/
	/*	background: url(images/title_bg.png) left bottom repeat-x;
		height:70px*/;
		}	
	
	
	/* percentage based grid */
		
		/* 
			class name .cols used for column containers
			class name .col used for individual columns
		*/
		
		.cols{margin-bottom:0em;overflow:hidden;} /* main column container class */
		.col, .col2, .col3, .col4, .col5{
			float:left;
			display:inline;	
			margin-left:2%;
			 /*background:#f1f1f1; only for demo purposes - remove this line */
			}	
		.cols .first, .col:first-child{margin-left:none !important;}
		.col{width:49%;} /* 2 equal width columns - default */
		.cols3 .col{width:32%;} /* 3 equal width columns */
		.cols4 .col{width:23.5%;} /* 4 equal width columns */
		.cols5 .col{width:18.4%;} /* 5 equal width columns */
		.cols6 .col{width:15%;} /* 6 equal width columns */
		
		/* double width columns */
		.cols3 .col2{width:66%;} 
		.cols4 .col2{width:49%;} 
		.cols5 .col2{width:38.8%;} 
		.cols6 .col2{width:32%;} 
		
		/* triple width columns */
		.cols4 .col3{width:74.5%;} 
		.cols5 .col3{width:59.2%;} 
		.cols6 .col3{width:49%;} 
		
		/* quadruple width columns */
		.cols5 .col4{width:79.6%;} 
		.cols6 .col4{width:66%;} 
		
		/* quintuple width columns */
		.cols6 .col5{width:83%;} 	
		
	/* percentage based grid */

/* // layout */

/* navigation */
	
		nav ul, nav li{margin:0;}
		nav ul{}
		nav li{
			display:inline;
			position:relative;
			margin-right:0;
			list-style:none;
			}	
		#nav a{}
					
/* //navigation */

/* header */

	header hgroup{/*margin-bottom:1.5em;*/}
	header hgroup h1{margin-bottom:.25em;}
	header hgroup h2{margin:0;color:#999;}	

/* // header */
